package gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.attributes; /***************************************************************************/ /* THIS IS AUTOGENERATED CODE - DO NOT MODIFY OR YOUR CHANGES WILL BE LOST */ /* THIS CODE CAN BE REGENERATED USING 'xsd-codegen' */ /***************************************************************************/ public class Union_MemberTypes implements gw.internal.xml.IXmlGeneratedClass { public static final javax.xml.namespace.QName $QNAME = new javax.xml.namespace.QName( "", "memberTypes", "" ); public static final gw.util.concurrent.LockingLazyVar<gw.lang.reflect.IType> TYPE = new gw.util.concurrent.LockingLazyVar<gw.lang.reflect.IType>( gw.lang.reflect.TypeSystem.getGlobalLock() ) { @Override protected gw.lang.reflect.IType init() { return gw.lang.reflect.TypeSystem.getByFullName( "gw.xsd.w3c.xmlschema.anonymous.attributes.Union_MemberTypes" ); } }; private Union_MemberTypes() { } public static gw.xml.XmlSimpleValue createSimpleValue( java.util.List<javax.xml.namespace.QName> value ) { //noinspection RedundantArrayCreation return (gw.xml.XmlSimpleValue) TYPE.get().getTypeInfo().getMethod( "createSimpleValue", gw.lang.reflect.TypeSystem.get( java.util.List.class ).getParameterizedType( gw.lang.reflect.TypeSystem.get( javax.xml.namespace.QName.class ) ) ).getCallHandler().handleCall( null, new java.lang.Object[] { value } ); } public static void set( gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AnyType anyType, java.util.List<javax.xml.namespace.QName> value ) { //noinspection RedundantArrayCreation TYPE.get().getTypeInfo().getMethod( "set", gw.lang.reflect.TypeSystem.get( gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AnyType.class ), gw.lang.reflect.TypeSystem.get( java.util.List.class ).getParameterizedType( gw.lang.reflect.TypeSystem.get( javax.xml.namespace.QName.class ) ) ).getCallHandler().handleCall( null, new java.lang.Object[] { anyType, value } ); } public static void set( gw.xml.XmlElement element, java.util.List<javax.xml.namespace.QName> value ) { //noinspection RedundantArrayCreation TYPE.get().getTypeInfo().getMethod( "set", gw.lang.reflect.TypeSystem.get( gw.xml.XmlElement.class ), gw.lang.reflect.TypeSystem.get( java.util.List.class ).getParameterizedType( gw.lang.reflect.TypeSystem.get( javax.xml.namespace.QName.class ) ) ).getCallHandler().handleCall( null, new java.lang.Object[] { element, value } ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = -3788403261967307401L; }